Update PolicyEngine US to 1.676.0#3531
Open
policyengine[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3531 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 63 63
Lines 3446 3446
Branches 621 621
=======================================
Hits 2642 2642
Misses 629 629
Partials 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update PolicyEngine US from 1.653.3 to 1.676.0.
What changed (1.653.3 -> 1.676.0)
Added
gov/hhs/basic_health_programcoverage path covering MN MinnesotaCare, NY Essential Plan, OR OHP Bridge (2025+), and DC Healthy DC Plan (2026+). BHP-eligible people are excluded from ACA Premium Tax Credit eligibility, so per-state PTC projections now zero out for BHP enrollees. Eligibility enforces the statutory 133–200% FPL band (250% FPL in NY from 2025). Moves the state adult/parent Medicaid income ceilings back to Medicaid-only levels in BHP states so people above the Medicaid line fall through to BHP rather than silently losing coverage. Refs #8112.lcbp) rating-area premiums and bronze companion variables.medicaid_premiumfederal aggregator variable plus Indiana HIP POWER Account contribution (in_hip_power_account_contribution), and wiredmedicaid_premiumintospm_unit_medical_out_of_pocket_expenses. Collection is currently paused in Indiana; the encoded schedule is reform-ready.marketplace_net_premiumvariable — annual Marketplace plan premium net of applied PTC.per_capita_chip_grossandchip_grossvariables that reconstruct gross CHIP service value by adding CMS-21 state cost-sharing offsets to the net-of-premium MACPAC spending.household_health_costsaggregate;chip_premiumnow reduceshousehold_net_incomewhen health benefits are counted as income.chip_premiumvariable with CHIP premium and enrollment-fee implementations for 17 states (AL, CT, DE, FL, GA, IA, ID, IL, IN, KS, LA, MA, MI, MO, NY, TX, WI).chip_enrolled,takes_up_chip_if_eligible,chip_take_up_seed, andgov.hhs.chip.takeup_rate(default 0.93), matching the Medicaid takeup pattern.chip,chip_federal_share,chip_federal_cost, andchip_state_costnow gate on enrollment rather than raw eligibility.federal_benefit_costandstate_benefit_costaggregates.Changed
income_adjusted_part_b_premium(base + IRMAA) in place of the imputedmedicare_part_b_premiums, so reforms to the Medicare Part B base premium or IRMAA thresholds propagate through SPM resources.spm_unit_medical_out_of_pocket_expensesthat combines person-level imputed MOOP with rules-based tax-unit-level premiums (currentlychip_premium).spm_unit_spm_expensesnow reads the wrapper instead of listing MOOP and each premium separately.chip_premiuminspm_unit_spm_expensesso CHIP premium reforms propagate to SPM resources.Fixed
--batches Nand--excludefor folders without subdirectories, which caused duplicated and under-parallelized CI test runs.federal_eitc_without_age_minimumto compose the federal EITC without mutating the shared tax-benefit system, eliminating an order-dependent test pollution bug in Maryland EITC calculations.senior_deduction/amount.yamland removed its corresponding test — the sunset is handled at the deduction aggregator level, and zeroing the amount parameter broke the CRFBsenior_deduction_extensiontests.tests/test_batched.pyso each heavy folder runs in its own isolated subprocess. Previous grouping (3 folders per contrib batch, paired gov/ folders in the baseline-other job) pushed peak memory to ~8-9 GB per subprocess, which OOMed the 16 GB ubuntu-latest runner once the policyengine-core 3.24+ overhead landed and surfaced asThe runner has received a shutdown signalmid-batch. Each batch now targets ≤5 GB peak, eliminating the intermittent Full Suite failures without changing test coverage.chip_premiumreturns accurate 2020-2026 values for the 2024 data-imputation baseline anchor.policyengine-coreminimum to>=3.25.0to pick up theset_inputpreservation fix from Preserve set_input values across apply_reform policyengine-core#475. Addresses thestate_fips/tax_unit_itemizes/ household-dataset regression (Add regression test for parameter breakdown mismatch (closes #8055) policyengine-us#8058) whereapply_reformwiped user-provided dataset inputs during structural reforms.Generated automatically by GitHub Actions